:root{--bg:#020811;--bg2:#07111f;--panel:#071523;--panel2:#0a1b2c;--line:#153654;--text:#f6fbff;--muted:#8fa8bd;--cyan:#13c8ff;--blue:#1686ff;--blue2:#0b5cff;--green:#31d18b;--danger:#ff5d72;--radius:18px;--shadow:0 22px 70px rgba(0,0,0,.35);--max:1240px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 65% 0,rgba(0,100,190,.18),transparent 34%),linear-gradient(180deg,#020812,#030912 45%,#02070e);min-height:100vh;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:80;background:rgba(2,8,17,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(90,190,255,.12)}.nav-row{height:78px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand img{width:38px;height:38px}.brand strong{display:block;font-size:1.18rem;letter-spacing:-.02em}.brand small{display:block;color:var(--muted);font-size:.72rem}.nav{margin-left:auto;display:flex;align-items:center;gap:6px}.nav>a,.nav-drop>a{padding:12px 13px;color:#d8e6f2;font-size:.92rem;border-radius:10px;transition:.2s}.nav>a:hover,.nav>a.active,.nav-drop>a:hover{color:#fff;background:rgba(19,200,255,.08)}.nav>a.active{box-shadow:inset 0 -2px var(--cyan)}.nav-drop{position:relative}.dropdown{position:absolute;top:46px;left:0;min-width:210px;background:#071422;border:1px solid #163553;border-radius:14px;padding:8px;display:none;box-shadow:var(--shadow)}.nav-drop:hover .dropdown{display:block}.dropdown a{display:block;padding:10px 12px;border-radius:9px;color:#cfe0ed}.dropdown a:hover{background:#0d2135;color:#fff}.header-actions{display:flex;align-items:center;gap:10px}.search-btn,.menu-toggle{border:0;background:transparent;color:#dff6ff;width:42px;height:42px;border-radius:11px;cursor:pointer}.search-btn:hover,.menu-toggle:hover{background:#0a1c2c}.menu-toggle{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:10px;border:1px solid #1f608d;background:transparent;color:#fff;font-weight:700;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);border-color:#2bcaff;box-shadow:0 8px 28px rgba(0,161,255,.15)}.btn-primary{border-color:transparent;background:linear-gradient(135deg,#02b9ff,#1779ff);box-shadow:0 8px 28px rgba(0,126,255,.25)}.btn-soft{background:#0b1c2c}.btn-danger{border-color:#7a2b38;background:#321018}.hero{position:relative;min-height:610px;overflow:hidden;border-bottom:1px solid #12304a}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,17,.98) 0,rgba(2,8,17,.82) 34%,rgba(2,8,17,.18) 72%,rgba(2,8,17,.5) 100%);z-index:2}.hero-earth{position:absolute;right:-65px;top:-30px;width:min(780px,68vw);opacity:.96;filter:drop-shadow(0 0 35px rgba(0,151,255,.22));z-index:1}.hero-building{position:absolute;left:22%;bottom:-42px;width:min(660px,62vw);opacity:.82;filter:drop-shadow(0 0 26px rgba(0,120,200,.18));z-index:1}.hero-stars{position:absolute;inset:0;background-image:radial-gradient(circle,#95eaff 1px,transparent 1.2px);background-size:73px 73px;opacity:.14}.hero-content{position:relative;z-index:5;padding:88px 0 62px;max-width:590px}.eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#57d7ff;font-weight:800;font-size:.76rem}.hero h1{font-size:clamp(3rem,6.2vw,5.6rem);line-height:.94;letter-spacing:-.055em;margin:16px 0 20px}.hero h1 .accent{color:#18a7ff}.hero p{font-size:1.12rem;color:#c2d2df;max-width:540px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:46px;border-top:1px solid #15314a;max-width:650px}.metric{padding:17px 14px 0 0;display:flex;gap:10px;align-items:flex-start}.metric+.metric{padding-left:16px;border-left:1px solid #15314a}.metric-ic{width:36px;height:36px;border:1px solid #126a9b;border-radius:10px;display:grid;place-items:center;color:var(--cyan);font-weight:900}.metric strong{font-size:.88rem}.metric small{display:block;color:var(--muted);font-size:.75rem}.section{padding:76px 0}.section-tight{padding:44px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2,.page-hero h1{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.04em;margin:0}.section-head p,.page-hero p{color:var(--muted);margin:.35rem 0 0}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.feature-card,.service-card,.resource-card,.forum-card{background:linear-gradient(180deg,rgba(10,28,44,.88),rgba(5,17,29,.93));border:1px solid #173651;border-radius:15px;box-shadow:0 12px 38px rgba(0,0,0,.16);transition:.22s}.feature-card:hover,.service-card:hover,.resource-card:hover,.forum-card:hover{transform:translateY(-3px);border-color:#1f85bb;box-shadow:0 18px 55px rgba(0,123,210,.13)}.feature-card{padding:23px}.card-icon{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#092a4a,#0e1624);border:1px solid #1b6d9a;display:grid;place-items:center;margin-bottom:15px;color:#44d7ff;font-size:1.3rem;font-weight:900}.feature-card h3,.service-card h3,.resource-card h3{margin:0 0 7px}.feature-card p,.service-card p,.resource-card p{margin:0;color:var(--muted);font-size:.91rem}.page-hero{position:relative;padding:62px 0 40px;border-bottom:1px solid #11293f;background:radial-gradient(circle at 80% 0,rgba(0,117,205,.2),transparent 35%)}.breadcrumbs{font-size:.78rem;color:#60d8ff;margin-bottom:16px}.toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap}.filters{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid #173752;background:#081625;color:#b9cbd9;padding:8px 12px;border-radius:8px;cursor:pointer}.chip.active,.chip:hover{background:#0f75dc;border-color:#1aa9ff;color:#fff}.searchbox{display:flex;align-items:center;min-width:min(310px,100%);background:#071725;border:1px solid #173752;border-radius:10px;overflow:hidden}.searchbox input{flex:1;background:transparent;border:0;color:white;outline:0;padding:11px 13px}.searchbox button{width:44px;align-self:stretch;border:0;background:#0b2a46;color:#56d5ff;cursor:pointer}.service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.service-card{min-height:168px;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.service-logo{width:62px;height:62px;border-radius:15px;background:#08121d;border:1px solid #1b3c58;margin-bottom:13px;display:grid;place-items:center;overflow:hidden}.service-logo img{width:100%;height:100%;object-fit:cover}.service-logo span{font-size:1.6rem;font-weight:900;color:#42d5ff}.service-card h3{font-size:1rem}.service-card p{font-size:.77rem;line-height:1.35}.service-card.add-card{border-style:dashed}.downloads{display:grid;gap:10px}.download-row{display:grid;grid-template-columns:44px minmax(180px,1.5fr) .6fr .45fr auto;align-items:center;gap:15px;background:#071522;border:1px solid #173650;border-radius:12px;padding:13px 16px}.download-ic{width:42px;height:42px;border-radius:10px;background:#08213a;display:grid;place-items:center;font-weight:900;color:#51d7ff}.download-row small{color:var(--muted)}.tag{display:inline-block;padding:5px 8px;border-radius:8px;background:#0b2136;color:#a9c6d9;font-size:.72rem}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch}.glass-panel{background:rgba(6,20,32,.82);border:1px solid #17405e;border-radius:18px;padding:30px;box-shadow:var(--shadow)}.building-panel{min-height:360px;position:relative;overflow:hidden}.building-panel img{position:absolute;right:-40px;bottom:-55px;width:90%;opacity:.82}.building-panel .copy{position:relative;z-index:2;max-width:430px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{padding:22px;background:#071522;border:1px solid #173650;border-radius:13px}.stat strong{font-size:1.8rem;color:#48d6ff;display:block}.stat span{color:var(--muted);font-size:.83rem}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}.contact-list{display:grid;gap:12px}.contact-item{padding:18px;background:#071522;border:1px solid #173650;border-radius:12px}.contact-item small{display:block;color:var(--muted);margin-top:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.82rem;color:#b8ccda}.input,.textarea,.select{width:100%;background:#06131f;border:1px solid #173852;border-radius:10px;padding:12px 13px;color:white;outline:0}.textarea{min-height:150px;resize:vertical}.input:focus,.textarea:focus,.select:focus{border-color:#22b8ef;box-shadow:0 0 0 3px rgba(19,200,255,.08)}.notice{padding:12px 15px;border-radius:10px;background:#08233b;border:1px solid #18517b;color:#c7efff;margin-bottom:15px}.notice.ok{background:#09271f;border-color:#1d6e51;color:#c8ffea}.notice.err{background:#301018;border-color:#7b2a3a;color:#ffd8df}.site-footer{border-top:1px solid #112d45;background:#02070d;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:32px}.footer-grid h4{margin-top:0}.footer-grid a{display:block;color:#91aabd;margin:8px 0;font-size:.88rem}.footer-grid a:hover{color:#46d6ff}.footer-bottom{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #10283d;margin-top:30px;padding-top:20px;color:#7690a5;font-size:.8rem}.page-content{color:#c4d2dc}.page-content h2{color:#fff}.block{margin:0 0 24px}.block.hero-mini{padding:34px;border:1px solid #17405e;border-radius:18px;background:linear-gradient(135deg,#071725,#092844)}.block.text-block,.block.cta-block{padding:28px;background:#071522;border:1px solid #173650;border-radius:15px}.block.image-block img{border-radius:16px;border:1px solid #173650}.block.cards-block{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.empty{padding:28px;text-align:center;color:var(--muted);border:1px dashed #1d4d6f;border-radius:13px}.maintenance{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px}.maintenance .box{max-width:660px}.maintenance img{width:74px;margin:0 auto 18px}.maintenance h1{font-size:3rem;margin:.2em 0}.maintenance p{color:var(--muted)}
@media(max-width:980px){.nav{position:fixed;left:18px;right:18px;top:86px;display:none;flex-direction:column;align-items:stretch;padding:10px;background:#061321;border:1px solid #173a57;border-radius:14px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav-drop .dropdown{position:static;display:block;background:transparent;border:0;box-shadow:none;padding-left:18px}.menu-toggle{display:block}.header-actions .btn{display:none}.hero{min-height:690px}.hero-earth{width:850px;right:-320px;opacity:.62}.hero-building{left:12%;width:650px;opacity:.48}.hero-content{max-width:620px}.cards{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.split,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.download-row{grid-template-columns:44px 1fr auto}.download-row .hide-sm{display:none}}
@media(max-width:620px){.wrap{width:min(100% - 24px,var(--max))}.nav-row{height:68px}.brand small{display:none}.hero-content{padding-top:66px}.hero h1{font-size:3.05rem}.hero-earth{right:-380px}.hero-building{left:-18%;bottom:-10px}.hero-metrics{grid-template-columns:1fr 1fr}.metric:nth-child(3){border-left:0;padding-left:0}.cards,.service-grid,.stats,.form-grid,.footer-grid,.block.cards-block{grid-template-columns:1fr}.download-row{grid-template-columns:42px 1fr}.download-row .btn{grid-column:1/-1}.section{padding:52px 0}.footer-bottom{flex-direction:column}}
.faq-list{display:grid;gap:10px}.faq-item{background:#071522;border:1px solid #173650;border-radius:12px;padding:14px 16px}.faq-item summary{cursor:pointer;font-weight:800}.faq-item p{color:var(--muted);margin:.8rem 0 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-grid img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:13px;border:1px solid #173650}.video-wrap{position:relative;padding-top:56.25%;border-radius:16px;overflow:hidden;border:1px solid #173650}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media(max-width:620px){.gallery-grid{grid-template-columns:1fr}}
.app-launcher{position:relative}.launcher-panel{position:absolute;right:0;top:50px;width:330px;padding:12px;display:none;grid-template-columns:repeat(3,1fr);gap:8px;background:#061421;border:1px solid #1a3c58;border-radius:15px;box-shadow:var(--shadow);z-index:100}.app-launcher.open .launcher-panel{display:grid}.launcher-panel a{min-height:84px;padding:10px;border-radius:11px;background:#081a2a;border:1px solid #123553;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center}.launcher-panel a:hover{border-color:#24bffc;background:#0a2237}.launcher-panel span{color:#4bd8ff;font-weight:900}.launcher-panel small{font-size:.7rem;color:#c6d7e4}@media(max-width:620px){.launcher-panel{right:-84px;width:300px}}

/* Rachamim.net Responsive Hotfix v1.1.0 */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:hidden}a,button{-webkit-tap-highlight-color:transparent}.site-header,.nav-row,.brand,.nav,.header-actions{min-width:0}.brand{max-width:100%}.brand span{min-width:0}.brand strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn,.search-btn,.menu-toggle,.chip{min-height:44px}.service-card,.feature-card,.download-row,.glass-panel,.contact-item{min-width:0}.service-card{overflow:hidden}.service-card h3,.service-card p{max-width:100%;overflow-wrap:anywhere}.page-content,.block p,.block h2,.block h3{overflow-wrap:anywhere}.toolbar{align-items:flex-start}.filters{max-width:100%}.searchbox{max-width:100%}
@media(max-width:1180px){.nav-row{gap:14px}.nav>a,.nav-drop>a{padding-inline:10px;font-size:.86rem}.header-actions{gap:4px}.brand strong{font-size:1.05rem}}
@media(max-width:980px){.site-header{backdrop-filter:blur(14px)}.nav-row{height:72px;gap:8px}.brand{margin-right:auto}.nav{left:12px;right:12px;top:80px;max-height:calc(100dvh - 94px);overflow-y:auto;overscroll-behavior:contain;padding:10px 10px 14px}.nav>a,.nav-drop>a{display:block;width:100%;padding:13px 14px}.nav-drop{width:100%}.nav-drop .dropdown{padding:2px 0 5px 14px}.dropdown a{padding:11px 13px}.header-actions{margin-left:auto}.menu-toggle{display:inline-grid;place-items:center}.hero{min-height:620px}.hero-content{padding-top:72px}.hero-earth{right:-300px;top:-20px;width:820px;opacity:.58}.hero-building{left:7%;bottom:-20px;width:650px;opacity:.38}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.download-row{grid-template-columns:44px minmax(0,1fr) auto}.footer-grid{gap:24px}.launcher-panel{position:fixed;right:12px;top:78px;width:min(340px,calc(100vw - 24px));max-height:calc(100dvh - 92px);overflow:auto}}
@media(max-width:760px){.wrap{width:min(var(--max),calc(100% - 28px))}.page-hero{padding:44px 0 30px}.page-hero h1{font-size:clamp(2rem,9vw,2.8rem)}.section-head{align-items:flex-start;flex-direction:column}.section-head>.btn{width:100%}.toolbar{display:grid;grid-template-columns:1fr;width:100%}.filters{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;padding:0 0 6px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.filters .chip{flex:0 0 auto}.searchbox{width:100%;min-width:0}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:158px;padding:16px}.service-logo{width:56px;height:56px}.download-row{grid-template-columns:44px minmax(0,1fr);gap:10px 12px}.download-row>.btn{grid-column:1/-1;width:100%}.download-row .hide-sm{display:none}.contact-grid,.split{grid-template-columns:1fr}.building-panel{min-height:330px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{align-items:flex-start}}
@media(max-width:620px){.wrap{width:min(var(--max),calc(100% - 22px))}.nav-row{height:66px}.brand img{width:34px;height:34px}.brand strong{font-size:.98rem}.header-actions{gap:1px}.search-btn,.menu-toggle{width:40px;height:40px}.header-actions>a.search-btn{display:none}.hero{min-height:auto}.hero::before{background:linear-gradient(180deg,rgba(2,8,17,.82) 0,rgba(2,8,17,.9) 44%,rgba(2,8,17,.98) 100%)}.hero-content{padding:56px 0 34px;max-width:100%}.hero h1{font-size:clamp(2.45rem,13vw,3.35rem);line-height:.98;margin:13px 0 17px}.hero p{font-size:1rem;line-height:1.55}.hero-earth{width:680px;right:-390px;top:-15px;opacity:.44}.hero-building{width:520px;left:-110px;bottom:-20px;opacity:.28}.hero-cta{display:grid;grid-template-columns:1fr;gap:10px}.hero-cta .btn{width:100%}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.metric{padding:14px 8px 0 0}.metric+.metric{border-left:0;padding-left:0}.metric:nth-child(even){padding-left:10px;border-left:1px solid #15314a}.metric:nth-child(n+3){border-top:1px solid #15314a;margin-top:10px}.section{padding:48px 0}.section-tight{padding:34px 0}.cards{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{min-height:148px;padding:14px 10px}.service-logo{width:50px;height:50px;border-radius:13px}.service-card h3{font-size:.93rem}.service-card p{font-size:.72rem}.glass-panel{padding:22px}.building-panel{min-height:310px}.building-panel img{right:-70px;bottom:-25px;width:110%;opacity:.55}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.launcher-panel{left:11px;right:11px;top:72px;width:auto;grid-template-columns:repeat(3,minmax(0,1fr));padding:10px}.launcher-panel a{min-height:78px;padding:8px 5px}.launcher-panel small{font-size:.66rem;overflow-wrap:anywhere}.gallery-grid{grid-template-columns:1fr 1fr}.maintenance h1{font-size:clamp(2rem,11vw,3rem)}}
@media(max-width:420px){.wrap{width:calc(100% - 18px)}.brand img{width:31px;height:31px}.brand strong{font-size:.91rem}.app-launcher .search-btn{width:36px}.menu-toggle{width:36px}.hero h1{font-size:clamp(2.25rem,13vw,2.85rem)}.service-grid{grid-template-columns:1fr}.service-card{min-height:130px;display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto;text-align:left;justify-items:start;column-gap:12px;padding:14px}.service-logo{grid-row:1/3;margin:0}.service-card h3{align-self:end;margin:0 0 3px}.service-card p{align-self:start}.stats{grid-template-columns:1fr 1fr}.stat{padding:16px}.launcher-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid{grid-template-columns:1fr}}
@media(hover:none){.feature-card:hover,.service-card:hover,.resource-card:hover,.forum-card:hover,.btn:hover{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* ===== RACHAMIM V1.2 UNIFIED LAYOUT START ===== */

:root{
  --site-max:1240px;
  --site-gutter:24px;
  --bg-0:#020811;
  --bg-1:#04111d;
  --panel:rgba(8,24,38,.78);
  --panel-2:rgba(9,31,49,.72);
  --line:rgba(70,166,221,.19);
  --text:#f4f8fb;
  --muted:#9fb6c8;
  --accent:#12a8f4;
  --accent-2:#057fd0;
  --shadow:0 18px 60px rgba(0,0,0,.34);
}

html,body{max-width:100%;overflow-x:hidden;background:var(--bg-0)}
body{min-width:320px}
img,svg,video{max-width:100%}
.wrap{width:min(var(--site-max),calc(100% - (var(--site-gutter) * 2)));margin-inline:auto}

.site-header{
  background:rgba(2,8,17,.90)!important;
  border-bottom:1px solid rgba(83,151,196,.13);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.nav-row{min-height:72px}

/* One continuous cinematic hero instead of two visible rectangles. */
.hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:690px;
  display:block;
  background:
    radial-gradient(900px 560px at 78% 34%,rgba(0,137,232,.15),transparent 67%),
    linear-gradient(180deg,#020811 0%,#03101a 55%,#020811 100%)!important;
  border-bottom:1px solid rgba(60,151,207,.18);
}
.hero>.wrap{
  position:relative;
  z-index:6;
  min-height:690px;
  display:flex;
  align-items:center;
}
.hero-stars{position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;opacity:.7}

.hero-building,
.hero-earth{
  position:absolute!important;
  display:block!important;
  max-width:none!important;
  pointer-events:none!important;
  user-select:none!important;
  transform:none!important;
}

.hero-building{
  z-index:1!important;
  left:23%!important;
  right:auto!important;
  top:7%!important;
  bottom:auto!important;
  width:59%!important;
  height:96%!important;
  object-fit:cover!important;
  object-position:54% 50%!important;
  opacity:.62!important;
  filter:saturate(.94) contrast(1.10) brightness(.66)!important;
  -webkit-mask-image:radial-gradient(ellipse 72% 77% at 50% 58%,#000 47%,rgba(0,0,0,.88) 63%,transparent 100%);
  mask-image:radial-gradient(ellipse 72% 77% at 50% 58%,#000 47%,rgba(0,0,0,.88) 63%,transparent 100%);
}

.hero-earth{
  z-index:2!important;
  right:-8%!important;
  left:auto!important;
  top:-10%!important;
  bottom:auto!important;
  width:66%!important;
  height:120%!important;
  object-fit:cover!important;
  object-position:67% 46%!important;
  opacity:.91!important;
  filter:saturate(1.03) contrast(1.08) brightness(.78)!important;
  -webkit-mask-image:radial-gradient(ellipse 78% 72% at 65% 44%,#000 48%,rgba(0,0,0,.92) 67%,transparent 100%);
  mask-image:radial-gradient(ellipse 78% 72% at 65% 44%,#000 48%,rgba(0,0,0,.92) 67%,transparent 100%);
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(90deg,#020811 0%,rgba(2,8,17,.96) 17%,rgba(2,8,17,.82) 36%,rgba(2,8,17,.24) 61%,rgba(2,8,17,.02) 82%),
    linear-gradient(180deg,rgba(2,8,17,.06) 0%,rgba(2,8,17,0) 66%,#020811 100%);
}
.hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:170px;
  z-index:4;
  pointer-events:none;
  background:linear-gradient(180deg,transparent,#020811 92%);
}

.hero-content{
  position:relative!important;
  z-index:7!important;
  width:min(630px,54vw)!important;
  max-width:630px!important;
  padding:72px 0 66px!important;
  margin:0!important;
}
.hero-content .eyebrow{letter-spacing:.19em}
.hero-content h1{
  margin:22px 0 18px!important;
  max-width:620px!important;
  font-size:clamp(58px,4.45vw,82px)!important;
  line-height:.98!important;
  letter-spacing:-.048em!important;
  text-wrap:balance;
}
.hero-content p{max-width:610px!important;font-size:18px!important;line-height:1.55!important;color:#b5c7d5!important}
.hero-cta{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:28px!important}
.hero-metrics{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  width:min(620px,100%)!important;
  margin-top:40px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(75,159,210,.22)!important;
}
.metric{min-width:0!important;padding:0 16px!important;border-right:1px solid rgba(75,159,210,.16)!important}
.metric:first-child{padding-left:0!important}
.metric:last-child{border-right:0!important}
.metric strong,.metric small{white-space:normal!important}

/* Keep the rest of the public site visually consistent. */
.section,.section-tight{position:relative;background:var(--bg-0)!important}
.section{padding:76px 0!important}
.section-tight{padding:26px 0 76px!important}
.section-head{gap:24px!important;align-items:flex-end!important}
.cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.feature-card,.glass-panel{
  background:linear-gradient(180deg,rgba(10,31,48,.82),rgba(5,18,30,.88))!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow)!important;
}
.feature-card{min-height:210px!important}
.feature-card,.glass-panel,.service-card,.download-row{overflow:hidden}
.split{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;gap:22px!important;align-items:stretch!important}
.glass-panel{border-radius:18px!important}
.building-panel{position:relative!important;min-height:390px!important}
.building-panel>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.55!important}
.building-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,17,.93),rgba(2,8,17,.30));z-index:1}
.building-panel .copy{position:relative!important;z-index:2!important;max-width:540px!important;padding:48px!important}
.site-footer{background:#020811!important;border-top:1px solid rgba(65,150,202,.15)!important}

@media (max-width:1100px){
  :root{--site-gutter:20px}
  .hero{min-height:640px}
  .hero>.wrap{min-height:640px}
  .hero-content{width:min(590px,61vw)!important}
  .hero-content h1{font-size:clamp(54px,5.4vw,72px)!important}
  .hero-building{left:28%!important;width:64%!important;opacity:.52!important}
  .hero-earth{right:-18%!important;width:77%!important;opacity:.80!important}
}

@media (max-width:900px){
  :root{--site-gutter:18px}
  .hero{min-height:670px}
  .hero>.wrap{min-height:670px;align-items:flex-end!important}
  .hero-content{width:100%!important;max-width:650px!important;padding:88px 0 48px!important}
  .hero-content h1{font-size:clamp(50px,9vw,68px)!important;max-width:590px!important}
  .hero-content p{max-width:560px!important;font-size:17px!important}
  .hero-building{left:-10%!important;top:10%!important;width:105%!important;height:95%!important;opacity:.31!important}
  .hero-earth{right:-35%!important;top:-9%!important;width:120%!important;height:94%!important;opacity:.52!important}
  .hero::before{background:linear-gradient(180deg,rgba(2,8,17,.25) 0%,rgba(2,8,17,.72) 42%,#020811 94%)!important}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;row-gap:18px!important}
  .metric:nth-child(2){border-right:0!important}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .split{grid-template-columns:1fr!important}
  .building-panel{min-height:330px!important}
}

@media (max-width:620px){
  :root{--site-gutter:16px}
  .hero{min-height:auto;padding:0!important}
  .hero>.wrap{min-height:610px!important;align-items:flex-end!important}
  .hero-content{padding:94px 0 38px!important}
  .hero-content .eyebrow{font-size:11px!important;letter-spacing:.15em!important}
  .hero-content h1{font-size:clamp(43px,13.4vw,58px)!important;line-height:1!important;margin:16px 0 16px!important;letter-spacing:-.045em!important}
  .hero-content p{font-size:16px!important;line-height:1.5!important}
  .hero-earth{right:-64%!important;top:-5%!important;width:160%!important;height:78%!important;opacity:.41!important}
  .hero-building{left:-42%!important;top:22%!important;width:165%!important;height:78%!important;opacity:.24!important}
  .hero::before{background:linear-gradient(180deg,rgba(2,8,17,.20),rgba(2,8,17,.72) 37%,#020811 91%)!important}
  .hero-cta{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .hero-cta .btn{justify-content:center!important;width:100%!important}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-top:28px!important}
  .metric{padding:0 10px!important}
  .metric:nth-child(odd){padding-left:0!important}
  .section{padding:54px 0!important}
  .section-tight{padding:12px 0 54px!important}
  .section-head{align-items:flex-start!important;flex-direction:column!important}
  .cards{grid-template-columns:1fr!important}
  .feature-card{min-height:0!important}
  .building-panel{min-height:310px!important}
  .building-panel .copy{padding:30px!important}
}

/* ===== RACHAMIM V1.2 UNIFIED LAYOUT END ===== */

/* ===== RACHAMIM V1.5 REFERENCE MATCH FINAL START ===== */
/* Final approved hero: one real background image (no baked UI),
   preserving the illuminated glass building, globe and floor lights. */
.site-header .wrap,
.hero>.wrap{
  width:min(1380px,calc(100% - 80px))!important;
}
.site-header .nav-row{height:86px!important}
.hero{
  position:relative!important;
  isolation:isolate!important;
  min-height:calc(100svh - 86px)!important;
  overflow:hidden!important;
  background:#020811!important;
  border-bottom:1px solid #12304a!important;
}
.hero-building,.hero-earth,.hero-stars{display:none!important}
.hero-cinematic{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  /* Bottom anchoring is intentional: the approved reference includes
     the architectural ground lights and pavement reflection. */
  object-position:50% 100%!important;
  opacity:1!important;
  filter:saturate(1.03) contrast(1.015)!important;
  image-rendering:auto!important;
  pointer-events:none!important;
  user-select:none!important;
}
.hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  /* Only darken the copy area. Do not veil the globe/building/lights. */
  background:linear-gradient(90deg,
      rgba(1,7,15,.94) 0%,
      rgba(1,7,15,.83) 17%,
      rgba(1,7,15,.58) 29%,
      rgba(1,7,15,.24) 39%,
      rgba(1,7,15,.06) 49%,
      rgba(1,7,15,0) 61%)!important;
}
.hero::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:26px!important;
  z-index:3!important;
  pointer-events:none!important;
  /* Previous releases used a heavy black fade here, which hid the floor lights. */
  background:linear-gradient(180deg,transparent,rgba(2,8,17,.20))!important;
}
.hero>.wrap{position:relative!important;z-index:5!important}
.hero-content{
  position:relative!important;
  z-index:6!important;
  box-sizing:border-box!important;
  min-height:calc(100svh - 86px)!important;
  max-width:610px!important;
  padding:138px 0 54px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
.hero .eyebrow{font-size:.78rem!important;letter-spacing:.29em!important}
.hero h1{
  font-size:clamp(4.2rem,5.35vw,5.2rem)!important;
  line-height:.99!important;
  letter-spacing:-.055em!important;
  margin:20px 0 24px!important;
  text-shadow:0 4px 32px rgba(0,0,0,.32)!important;
}
.hero p{
  max-width:560px!important;
  margin:0!important;
  font-size:1.13rem!important;
  line-height:1.65!important;
  color:#d1dce5!important;
  text-shadow:0 2px 18px rgba(0,0,0,.62)!important;
}
.hero-cta{margin-top:28px!important;gap:16px!important}
.hero-cta .btn{
  min-height:60px!important;
  padding:0 30px!important;
  border-radius:11px!important;
  font-size:1rem!important;
}
.hero-metrics{
  width:100%!important;
  max-width:700px!important;
  margin-top:auto!important;
  padding-top:22px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border-top:1px solid rgba(70,157,211,.28)!important;
}
.metric{min-width:0!important;padding:0 15px 0 0!important;align-items:center!important}
.metric+.metric{padding-left:18px!important;border-left:1px solid rgba(70,157,211,.30)!important}
.metric-ic{
  flex:0 0 48px!important;
  width:48px!important;
  height:48px!important;
  border-radius:12px!important;
  background:rgba(1,15,27,.60)!important;
  backdrop-filter:blur(8px)!important;
}
.metric strong{font-size:.94rem!important}
.metric small{font-size:.78rem!important}

@media (min-width:1600px){
  .site-header .wrap,.hero>.wrap{width:min(1460px,calc(100% - 120px))!important}
  .hero-content{max-width:650px!important;padding-top:150px!important}
  .hero h1{font-size:5.45rem!important}
}
@media (max-width:1180px){
  .site-header .wrap,.hero>.wrap{width:min(100% - 48px,1100px)!important}
  .hero-content{max-width:570px!important;padding-top:112px!important}
  .hero h1{font-size:clamp(3.7rem,6.3vw,4.75rem)!important}
  .hero-cinematic{object-position:55% 100%!important}
}
@media (max-width:900px){
  .site-header .wrap,.hero>.wrap{width:calc(100% - 36px)!important}
  .site-header .nav-row{height:72px!important}
  .hero{min-height:auto!important}
  .hero-cinematic{object-position:61% 100%!important;opacity:.90!important}
  .hero::before{
    background:
      linear-gradient(180deg,rgba(1,7,15,.12) 0%,rgba(1,7,15,.38) 35%,rgba(1,7,15,.92) 84%,#020811 100%),
      linear-gradient(90deg,rgba(1,7,15,.78),rgba(1,7,15,.18) 82%,transparent)!important;
  }
  .hero::after{height:18px!important;background:linear-gradient(180deg,transparent,rgba(2,8,17,.12))!important}
  .hero-content{min-height:760px!important;max-width:620px!important;padding:88px 0 36px!important}
  .hero h1{font-size:clamp(3.35rem,10vw,4.5rem)!important}
  .hero-metrics{margin-top:auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;row-gap:18px!important}
  .metric:nth-child(3){border-left:0!important;padding-left:0!important}
}
@media (max-width:620px){
  .site-header .wrap,.hero>.wrap{width:calc(100% - 28px)!important}
  .hero-cinematic{object-position:64% 100%!important;opacity:.84!important}
  .hero::before{
    background:
      linear-gradient(180deg,rgba(1,7,15,.18) 0%,rgba(1,7,15,.54) 35%,rgba(1,7,15,.96) 82%,#020811 100%),
      linear-gradient(90deg,rgba(1,7,15,.82),rgba(1,7,15,.15) 94%,transparent)!important;
  }
  .hero-content{min-height:720px!important;padding:74px 0 28px!important}
  .hero .eyebrow{font-size:.67rem!important;letter-spacing:.22em!important}
  .hero h1{font-size:clamp(2.85rem,14vw,3.75rem)!important;margin:15px 0 18px!important}
  .hero p{font-size:1rem!important;line-height:1.55!important;max-width:94%!important}
  .hero-cta{width:100%!important;gap:10px!important}
  .hero-cta .btn{min-height:52px!important;padding:0 17px!important;font-size:.91rem!important}
  .hero-metrics{padding-top:18px!important;gap:16px 0!important}
  .metric{padding-right:8px!important;gap:9px!important}
  .metric+.metric{padding-left:12px!important}
  .metric-ic{width:42px!important;height:42px!important;flex-basis:42px!important}
  .metric strong{font-size:.84rem!important}
  .metric small{font-size:.71rem!important}
}
@media (max-width:420px){
  .hero-content{min-height:690px!important;padding-top:64px!important}
  .hero h1{font-size:clamp(2.55rem,13.5vw,3.35rem)!important}
  .hero-cta{display:grid!important;grid-template-columns:1fr 1fr!important}
  .hero-cta .btn{padding:0 10px!important;text-align:center!important}
  .metric-ic{display:none!important}
  .metric+.metric{padding-left:10px!important}
}
/* ===== RACHAMIM V1.5 REFERENCE MATCH FINAL END ===== */


/* ===== RACHAMIM V1.6 MOBILE HERO START ===== */
.hero-picture{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
.hero-picture .hero-cinematic{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:50% 100%!important;
}
@media (max-width:700px){
  .hero{min-height:820px!important}
  .hero-picture .hero-cinematic{
    object-fit:cover!important;
    object-position:50% 100%!important;
    opacity:1!important;
    filter:saturate(1.04) contrast(1.02)!important;
  }
  .hero::before{
    background:
      linear-gradient(90deg,rgba(1,7,15,.82) 0%,rgba(1,7,15,.56) 44%,rgba(1,7,15,.15) 100%),
      linear-gradient(180deg,rgba(1,7,15,.10) 0%,rgba(1,7,15,.20) 45%,rgba(2,8,17,.24) 100%)!important;
  }
  .hero::after{
    height:10px!important;
    background:linear-gradient(180deg,transparent,rgba(2,8,17,.08))!important;
  }
  .hero-content{
    min-height:820px!important;
    padding:66px 0 24px!important;
  }
  .hero h1{
    font-size:clamp(2.7rem,13vw,3.55rem)!important;
    line-height:1.01!important;
    margin:14px 0 16px!important;
  }
  .hero p{max-width:92%!important;text-shadow:0 2px 16px rgba(0,0,0,.88)!important}
  .hero-cta{margin-top:22px!important}
  .hero-metrics{
    margin-top:auto!important;
    padding:18px 0 4px!important;
    background:linear-gradient(180deg,rgba(2,8,17,.02),rgba(2,8,17,.34))!important;
    backdrop-filter:blur(1px)!important;
  }
}
@media (max-width:460px){
  .hero{min-height:790px!important}
  .hero-content{min-height:790px!important;padding-top:58px!important}
  .hero .eyebrow{max-width:95%;line-height:1.55!important}
  .hero-cta{display:grid!important;grid-template-columns:1fr!important;width:min(330px,100%)!important}
  .hero-cta .btn{width:100%!important}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .metric-ic{display:grid!important}
}
/* ===== RACHAMIM V1.6 MOBILE HERO END ===== */



/* ===== RACHAMIM V2.2 HOME + SERVICES START ===== */
/* Desktop home hero: one clean full-width cinematic image. Mobile keeps v1.6 art direction. */
@media (min-width:701px){
  .hero{background:#020811!important;min-height:calc(100svh - 86px)!important}
  .hero-picture{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;overflow:hidden!important}
  .hero-picture .hero-cinematic{
    width:100%!important;height:100%!important;max-width:none!important;
    object-fit:cover!important;object-position:50% 100%!important;
    transform:scale(1.018)!important;transform-origin:center bottom!important;
    filter:saturate(1.07) contrast(1.025)!important;opacity:1!important;
  }
  .hero::before{
    background:linear-gradient(90deg,rgba(1,7,15,.96) 0%,rgba(1,7,15,.88) 16%,rgba(1,7,15,.64) 29%,rgba(1,7,15,.29) 42%,rgba(1,7,15,.06) 54%,rgba(1,7,15,0) 66%)!important;
  }
  .hero::after{height:16px!important;background:linear-gradient(180deg,transparent,rgba(2,8,17,.12))!important}
}

/* Color system for service tiles. */
.service-card{--svc:#21c7ff;--svc2:#1678ff;position:relative!important;overflow:hidden!important;isolation:isolate!important}
.service-card::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--svc),var(--svc2));box-shadow:0 0 24px color-mix(in srgb,var(--svc) 52%,transparent);z-index:2}
.service-card::after{content:"";position:absolute;width:150px;height:150px;right:-62px;top:-70px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--svc) 22%,transparent),transparent 68%);z-index:-1;pointer-events:none}
.service-card[data-category="Support"]{--svc:#24d6ff;--svc2:#1678ff}
.service-card[data-category="Communication"]{--svc:#9b6cff;--svc2:#ec5bff}
.service-card[data-category="Tools"]{--svc:#24e5d0;--svc2:#22a6ff}
.service-card[data-category="Storage"]{--svc:#5ee43c;--svc2:#14b88a}
.service-card[data-category="Microsoft"]{--svc:#37a5ff;--svc2:#235dff}
.service-card[data-category="Media"]{--svc:#da64ff;--svc2:#ff4e91}
.service-card[data-category="Games"]{--svc:#ffb129;--svc2:#ff5a1f}
.service-card[data-category="Other"]{--svc:#7fd8ff;--svc2:#6477ff}
.service-card:hover{border-color:color-mix(in srgb,var(--svc) 70%,#173651)!important;box-shadow:0 20px 60px color-mix(in srgb,var(--svc) 16%,transparent)!important}
.service-logo{width:74px!important;height:74px!important;padding:8px!important;border-color:color-mix(in srgb,var(--svc) 38%,#1b3c58)!important;background:linear-gradient(145deg,color-mix(in srgb,var(--svc) 10%,#07121d),#07121d)!important;box-shadow:0 10px 32px color-mix(in srgb,var(--svc) 12%,transparent)!important}
.service-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;filter:drop-shadow(0 5px 12px rgba(0,0,0,.28))!important}
.service-card h3{color:#f6fbff!important;font-weight:800!important}
.service-card p{color:#93adbf!important}
.launcher-logo{width:38px!important;height:38px!important;display:grid!important;place-items:center!important}
.launcher-logo img{width:100%!important;height:100%!important;object-fit:contain!important}

@media (max-width:980px){.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:620px){.service-grid{grid-template-columns:1fr!important}.service-card{min-height:150px!important;display:grid!important;grid-template-columns:76px 1fr!important;grid-template-rows:auto auto!important;text-align:left!important;column-gap:16px!important;justify-items:start!important}.service-logo{grid-row:1/3!important;margin:0!important}.service-card h3{align-self:end!important}.service-card p{align-self:start!important}}
/* ===== RACHAMIM V2.2 HOME + SERVICES END ===== */

/* ===== RACHAMIM V2.3 DESKTOP HERO FULL BLEED START ===== */
/* Desktop only: remove the baked empty left margin and show the approved scene edge-to-edge. */
@media (min-width:701px){
  .hero{background:#020811!important}
  .hero-picture{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;overflow:hidden!important}
  .hero-picture .hero-cinematic{
    position:absolute!important;inset:0!important;
    width:100%!important;height:100%!important;max-width:none!important;
    object-fit:cover!important;object-position:50% 100%!important;
    transform:none!important;transform-origin:center bottom!important;
    filter:saturate(1.08) contrast(1.035) brightness(1.015)!important;
    opacity:1!important;
  }
  /* Keep the text readable while allowing the building/lights to remain visible behind it. */
  .hero::before{
    background:linear-gradient(90deg,
      rgba(1,7,15,.72) 0%,
      rgba(1,7,15,.60) 14%,
      rgba(1,7,15,.44) 27%,
      rgba(1,7,15,.25) 39%,
      rgba(1,7,15,.08) 53%,
      rgba(1,7,15,0) 67%)!important;
  }
  .hero::after{height:10px!important;background:linear-gradient(180deg,transparent,rgba(2,8,17,.08))!important}
}
/* Mobile/tablet <=700px intentionally unchanged. */
/* ===== RACHAMIM V2.3 DESKTOP HERO FULL BLEED END ===== */

/* ===== RACHAMIM V2.4 DESKTOP PIXEL MATCH START ===== */
/* Desktop only. Mobile/tablet styling is intentionally untouched. */
@media (min-width:1100px){
  .hero{
    min-height:0!important;
    height:calc(100vw * 715 / 1983)!important;
    max-height:none!important;
    background:#020811!important;
    overflow:hidden!important;
  }
  .hero-stars{display:none!important}
  .hero-picture{
    position:absolute!important;inset:0!important;
    width:100%!important;height:100%!important;
    overflow:hidden!important;z-index:1!important;
  }
  .hero-picture .hero-cinematic{
    position:absolute!important;inset:0!important;
    width:100%!important;height:100%!important;max-width:none!important;
    object-fit:fill!important;object-position:0 0!important;
    transform:none!important;filter:none!important;opacity:1!important;
  }
  /* The approved reference already contains the desired scene. This left-side
     veil suppresses the baked mockup copy while preserving the glass building. */
  .hero::before{
    content:""!important;
    position:absolute!important;left:0!important;top:0!important;bottom:0!important;
    width:46%!important;right:auto!important;z-index:2!important;
    background:linear-gradient(90deg,
      rgba(1,7,15,.96) 0%,
      rgba(1,7,15,.93) 28%,
      rgba(1,7,15,.88) 52%,
      rgba(1,7,15,.68) 72%,
      rgba(1,7,15,.30) 88%,
      rgba(1,7,15,0) 100%)!important;
    -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 82%,transparent 100%)!important;
    mask-image:linear-gradient(90deg,#000 0%,#000 82%,transparent 100%)!important;
  }
  .hero::after{display:none!important}
  .hero>.wrap{
    position:absolute!important;inset:0!important;z-index:5!important;
    width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
  }
  .hero-content{
    position:absolute!important;
    left:5.72vw!important;top:14.8%!important;
    width:34vw!important;max-width:650px!important;
    min-height:0!important;padding:0!important;margin:0!important;
  }
  .hero .eyebrow{
    font-size:clamp(11px,.70vw,14px)!important;
    letter-spacing:.25em!important;line-height:1.2!important;
  }
  .hero h1{
    font-size:clamp(60px,3.75vw,74px)!important;
    line-height:.94!important;letter-spacing:-.055em!important;
    margin:16px 0 20px!important;
  }
  .hero p{
    width:31vw!important;max-width:525px!important;
    font-size:clamp(15px,.90vw,18px)!important;
    line-height:1.55!important;margin:0!important;color:#c2d2df!important;
  }
  .hero-cta{
    display:flex!important;gap:14px!important;flex-wrap:nowrap!important;
    margin-top:24px!important;
  }
  .hero-cta .btn{
    height:52px!important;min-height:52px!important;
    padding:0 28px!important;border-radius:10px!important;
    font-size:clamp(13px,.78vw,16px)!important;
  }
  .hero-metrics{
    width:650px!important;max-width:34vw!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;margin-top:70px!important;padding:0!important;
    border-top:1px solid #15314a!important;
  }
  .metric{
    padding:17px 14px 0 0!important;
    display:flex!important;gap:10px!important;align-items:flex-start!important;
  }
  .metric+.metric{padding-left:16px!important;border-left:1px solid #15314a!important}
  .metric-ic{
    width:48px!important;height:48px!important;min-width:48px!important;
    border-radius:10px!important;
  }
  .metric strong{font-size:clamp(12px,.72vw,14px)!important;line-height:1.2!important}
  .metric small{font-size:clamp(10px,.61vw,12px)!important;line-height:1.25!important;margin-top:4px!important}
}
/* ===== RACHAMIM V2.4 DESKTOP PIXEL MATCH END ===== */



/* ===== RACHAMIM SERVICE LOGO SIZE V2.4.1 START ===== */
.service-card{
  min-height:210px!important;
  padding:22px 18px!important;
}
.service-logo{
  width:100px!important;
  height:100px!important;
  min-width:100px!important;
  min-height:100px!important;
  padding:7px!important;
  margin-bottom:16px!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
.service-logo img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}
.service-card h3{font-size:1.06rem!important;margin-bottom:8px!important}
.service-card p{font-size:.80rem!important;line-height:1.4!important}
.service-logo img[src*="/uploads/services/"]{
  transform:scale(1.28)!important;
  transform-origin:center!important;
}
@media (max-width:980px){
  .service-logo{width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important}
}
@media (max-width:620px){
  .service-card{min-height:156px!important;grid-template-columns:92px 1fr!important;column-gap:18px!important;padding:18px!important}
  .service-logo{width:84px!important;height:84px!important;min-width:84px!important;min-height:84px!important;margin-bottom:0!important}
}
/* ===== RACHAMIM SERVICE LOGO SIZE V2.4.1 END ===== */


/* ===== RACHAMIM SMART SERVICE IMAGE FILL V2.4.2 START ===== */
.service-card{min-height:224px!important;padding:20px 18px!important}
.service-logo{
  width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;
  padding:0!important;margin-bottom:14px!important;border-radius:22px!important;overflow:hidden!important;
  background:#071522!important;border:1px solid color-mix(in srgb,var(--svc) 48%,#1b3c58)!important;
  box-shadow:0 12px 34px color-mix(in srgb,var(--svc) 16%,transparent)!important;
}
.service-logo img{
  width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;
  object-fit:cover!important;object-position:center!important;padding:0!important;margin:0!important;
  transform:none!important;display:block!important;border-radius:21px!important;
}
.launcher-logo{padding:0!important;overflow:hidden!important;border-radius:10px!important}
.launcher-logo img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important}
@media (max-width:980px){.service-logo{width:102px!important;height:102px!important;min-width:102px!important;min-height:102px!important}}
@media (max-width:620px){
  .service-card{min-height:164px!important;grid-template-columns:96px 1fr!important;column-gap:17px!important;padding:17px!important}
  .service-logo{width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important;margin-bottom:0!important}
}
/* ===== RACHAMIM SMART SERVICE IMAGE FILL V2.4.2 END ===== */



/* ===== RACHAMIM SERVICES CATEGORY GROUPS V2.5 START ===== */
.services-directory{padding-top:26px!important}
.services-toolbar{margin-bottom:8px!important;padding-bottom:18px!important;border-bottom:1px solid #143149!important}
.service-category-list{display:grid!important;gap:0!important}
.service-category-section{padding:26px 0 30px!important;border-bottom:1px solid #143149!important}
.service-category-section:last-child{border-bottom:0!important}
.service-category-heading{display:flex!important;align-items:center!important;gap:14px!important;margin-bottom:18px!important}
.service-category-heading h2{margin:0!important;font-size:1.58rem!important;line-height:1.05!important;color:#f7fbff!important;letter-spacing:-.025em!important}
.service-category-heading p{margin:5px 0 0!important;color:#8eabc0!important;font-size:.88rem!important}
.service-category-icon{width:48px!important;height:48px!important;min-width:48px!important;border:1px solid #1d79aa!important;border-radius:15px!important;display:grid!important;place-items:center!important;color:#20c8ff!important;background:linear-gradient(145deg,#071827,#06111d)!important;box-shadow:0 10px 34px rgba(0,168,255,.08)!important;font-size:1.55rem!important;font-weight:900!important}
.service-category-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:13px!important}
.service-category-grid .service-card{width:100%!important;min-height:224px!important;aspect-ratio:1/.94!important}
.service-category-section[hidden],.service-card[hidden],.service-no-results[hidden]{display:none!important}
.service-no-results{margin-top:26px!important}
.service-filter-bar .chip{transition:background .18s,border-color .18s,color .18s,transform .18s!important}
.service-filter-bar .chip:active{transform:translateY(1px)!important}
@media(max-width:1180px){.service-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:980px){.service-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.service-category-section{padding:23px 0 27px!important}}
@media(max-width:720px){.service-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.service-category-heading{align-items:flex-start!important}}
@media(max-width:620px){.service-category-grid{grid-template-columns:1fr!important}.service-category-grid .service-card{aspect-ratio:auto!important}.service-category-icon{width:44px!important;height:44px!important;min-width:44px!important}.service-category-heading h2{font-size:1.35rem!important}}
/* ===== RACHAMIM SERVICES CATEGORY GROUPS V2.5 END ===== */

/* BEGIN RACHAMIM DOWNLOADS PORTAL V3 */
.dlx-portal{
    --dlx-bg:#020a12;
    --dlx-panel:#061521;
    --dlx-panel2:#071c2c;
    --dlx-line:#153a55;
    --dlx-line2:#0e5c85;
    --dlx-cyan:#20c8ff;
    --dlx-blue:#079cff;
    --dlx-text:#f4fbff;
    --dlx-muted:#8faabc;
    background:
        radial-gradient(circle at 80% 0,rgba(0,145,255,.11),transparent 33%),
        linear-gradient(180deg,#020a12,#020810 70%,#02070c);
    color:var(--dlx-text);
    min-height:100vh;
}

.dlx-hero{
    border-bottom:1px solid rgba(50,180,255,.12);
    overflow:hidden;
}

.dlx-hero-grid{
    min-height:480px;
    display:grid;
    grid-template-columns:minmax(360px,.86fr) minmax(500px,1.14fr);
    align-items:stretch;
}

.dlx-hero-copy{
    padding:78px 44px 62px 4px;
    position:relative;
    z-index:5;
    align-self:center;
}

.dlx-eyebrow{
    color:#20c8ff;
    font-size:.73rem;
    line-height:1;
    letter-spacing:.18em;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:18px;
}

.dlx-hero-copy h1{
    margin:0;
    font-size:clamp(3.25rem,5.6vw,5.55rem);
    line-height:.92;
    letter-spacing:-.055em;
}

.dlx-hero-copy h1 span{
    display:block;
}

.dlx-hero-copy p{
    max-width:440px;
    color:#9db7c8;
    font-size:1.05rem;
    line-height:1.55;
    margin:25px 0 24px;
}

.dlx-search{
    width:min(470px,100%);
    height:54px;
    border:1px solid #165579;
    border-radius:10px;
    background:rgba(3,18,30,.86);
    display:flex;
    overflow:hidden;
    box-shadow:
        inset 0 0 30px rgba(0,80,130,.08),
        0 15px 40px rgba(0,0,0,.18);
}

.dlx-search:focus-within{
    border-color:#1ac8ff;
    box-shadow:
        0 0 0 3px rgba(32,200,255,.08),
        0 15px 40px rgba(0,0,0,.2);
}

.dlx-search input{
    flex:1;
    min-width:0;
    border:0;
    outline:0;
    color:white;
    background:transparent;
    padding:0 16px;
}

.dlx-search input::placeholder{
    color:#728fa3;
}

.dlx-search button{
    width:58px;
    border:0;
    cursor:pointer;
    color:white;
    display:grid;
    place-items:center;
    background:
        linear-gradient(135deg,#04bfff,#087dff);
    box-shadow:
        -8px 0 25px rgba(0,159,255,.2);
}

.dlx-search button svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
}


.dlx-server-scene{
    position:relative;
    min-height:480px;
    overflow:hidden;
    isolation:isolate;
    background:
        radial-gradient(
            ellipse at 51% 37%,
            rgba(0,209,255,.32) 0,
            rgba(0,119,195,.12) 17%,
            transparent 37%
        ),
        linear-gradient(
            180deg,
            #071a2a 0,
            #03131f 52%,
            #020b12 100%
        );
}

.dlx-server-scene::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    background:
        linear-gradient(
            90deg,
            rgba(2,11,18,.78) 0,
            transparent 34%,
            transparent 66%,
            rgba(1,9,16,.78) 100%
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0 45px,
            rgba(28,189,255,.025) 46px,
            transparent 48px
        );
}

.dlx-rack{
    position:absolute;
    top:-6%;
    bottom:2%;
    width:42%;
    z-index:1;
    border:1px solid rgba(22,119,164,.27);
    background:
        repeating-linear-gradient(
            180deg,
            rgba(12,42,62,.95) 0 5px,
            rgba(2,12,19,.95) 5px 13px,
            rgba(0,183,255,.24) 13px 14px,
            rgba(2,13,21,.96) 14px 28px
        ),
        linear-gradient(90deg,#06131d,#0a2a3e);
    box-shadow:
        inset 0 0 42px rgba(0,191,255,.08),
        0 0 55px rgba(0,0,0,.6);
}

.dlx-rack::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 28px,
            rgba(24,206,255,.12) 29px,
            transparent 30px 54px
        );
}

.dlx-rack-left{
    left:-16%;
    transform:
        perspective(900px)
        rotateY(18deg)
        skewY(-1deg);
    transform-origin:right center;
}

.dlx-rack-right{
    right:-16%;
    transform:
        perspective(900px)
        rotateY(-18deg)
        skewY(1deg);
    transform-origin:left center;
}

.dlx-corridor-glow{
    position:absolute;
    z-index:2;
    left:42%;
    right:42%;
    top:7%;
    bottom:23%;
    background:
        linear-gradient(
            180deg,
            rgba(26,217,255,.2),
            rgba(0,144,255,.05)
        );
    filter:blur(3px);
    box-shadow:
        0 0 60px rgba(0,196,255,.42);
}

.dlx-floor-grid{
    position:absolute;
    z-index:2;
    left:16%;
    right:16%;
    bottom:-10%;
    height:58%;
    clip-path:
        polygon(38% 0,62% 0,100% 100%,0 100%);
    background:
        linear-gradient(
            90deg,
            transparent 49.5%,
            rgba(19,198,255,.35) 50%,
            transparent 50.5%
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0 50px,
            rgba(26,173,232,.1) 51px,
            transparent 52px 95px
        ),
        repeating-linear-gradient(
            180deg,
            rgba(0,158,224,.08) 0 1px,
            transparent 2px 38px
        ),
        linear-gradient(
            180deg,
            rgba(2,20,31,.15),
            rgba(2,19,29,.88)
        );
    filter:
        drop-shadow(0 0 24px rgba(0,175,255,.15));
}

.dlx-power-card{
    position:absolute;
    z-index:7;
    right:9%;
    bottom:15%;
    width:225px;
    padding:27px 23px 21px;
    text-align:center;
    border-radius:13px;
    border:1px solid rgba(54,203,255,.3);
    color:#aeeaff;
    background:
        linear-gradient(
            145deg,
            rgba(5,31,47,.78),
            rgba(1,14,24,.88)
        );
    backdrop-filter:blur(12px);
    box-shadow:
        0 0 55px rgba(0,143,221,.15),
        inset 0 0 28px rgba(13,173,232,.08);
}

.dlx-power-card strong{
    font-size:1.08rem;
    line-height:1.3;
    linear-gradient(
            145deg,
            rgba(5,31,47,.78),
            rgba(1,14,24,.88)
        );
    backdrop-filter:blur(12px);
    box-shadow:
        0 0 55px rgba(0,143,221,.15),
        inset 0 0 28px rgba(13,173,232,.08);
}

.dlx-power-card strong{
    font-size:1.08rem;
    line-height:1.3;
    letter-spacing:.06em;
}

.dlx-power-card span{
    display:block;
    color:#00bfff;
    font-size:.64rem;
    letter-spacing:.25em;
    margin-top:10px;
    font-weight:900;
}


.dlx-highlight{
    padding:34px 0 54px;
    border-bottom:1px solid rgba(44,169,229,.1);
}

.dlx-highlight-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 285px;
    gap:18px;
    align-items:stretch;
}

.dlx-heading{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.dlx-heading h2{
    margin:0;
    font-size:1.08rem;
    letter-spacing:-.015em;
}

.dlx-heading a{
    color:#1fc9ff;
    font-size:.78rem;
    font-weight:800;
}

.dlx-trending-list{
    display:grid;
    gap:8px;
    margin-top:10px;
}

.dlx-trending-row{
    min-height:67px;
    display:grid;
    grid-template-columns:36px 45px minmax(0,1fr) auto 44px;
    gap:10px;
    align-items:center;
    padding:8px 9px;
    border:1px solid #123750;
    border-radius:10px;
    background:
        linear-gradient(
            90deg,
            rgba(8,28,43,.95),
            rgba(5,21,33,.9)
        );
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.dlx-trending-row:hover{
    transform:translateX(2px);
    border-color:#1d779f;
    background:
        linear-gradient(
            90deg,
            rgba(8,37,56,.98),
            rgba(5,23,37,.94)
        );
}

.dlx-rank{
    text-align:center;
    color:#d8eaff;
    font-size:1.28rem;
    font-weight:900;
}

.dlx-app-icon{
    width:42px;
    height:42px;
    border-radius:9px;
    overflow:hidden;
    display:grid;
    place-items:center;
    color:#4bd7ff;
    font-size:1.25rem;
    font-weight:900;
    border:1px solid rgba(42,151,199,.25);
    background:#071b2a;
}

.dlx-app-icon img,
.dlx-library-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:3px;
}

.dlx-app-copy{
    min-width:0;
}

.dlx-app-copy strong{
    display:flex;
    align-items:center;
    gap:7px;
    font-size:.88rem;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.dlx-app-copy small{
    display:block;
    color:#829eb1;
    font-size:.7rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top:1px;
}

.dlx-external{
    color:#46d8ff;
    font-weight:900;
    text-shadow:0 0 12px rgba(31,205,255,.35);
}

.dlx-count{
    color:#9bb5c6;
    font-size:.72rem;
    display:flex;
    align-items:center;
    gap:5px;
    white-space:nowrap;
}

.dlx-count span{
    color:#7aa6bf;
}

.dlx-download-button{
    width:40px;
    height:40px;
    border-radius:8px;
    display:grid;
    place-items:center;
    color:white;
    font-weight:900;
    font-size:1.2rem;
    background:
        linear-gradient(
            135deg,
            #0ec7ff,
            #087eff
        );
    box-shadow:
        0 8px 20px rgba(0,146,255,.18);
    transition:.18s;
}

.dlx-download-button:hover{
    transform:translateY(-1px) scale(1.025);
    box-shadow:
        0 10px 26px rgba(0,166,255,.28);
}

.dlx-empty-trending{
    border:1px dashed #1d536f;
    border-radius:12px;
    padding:30px;
    color:#839dad;
}


.dlx-request-card{
    min-height:100%;
    display:flex;
    flex-direction:column;
    border-radius:13px;
    border:1px solid #164460;
    padding:23px 20px 18px;
    background:
        linear-gradient(
            180deg,
            rgba(7,29,44,.96),
            rgba(5,20,31,.95)
        );
    box-shadow:
        inset 0 0 35px rgba(11,133,187,.045);
}

.dlx-request-card h3{
    margin:0;
    font-size:1.1rem;
    line-height:1.25;
}

.dlx-cloud-icon{
    height:94px;
    display:grid;
    place-items:center;
    color:#21c8ff;
}

.dlx-cloud-icon svg{
    width:65px;
    height:65px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.3;
    stroke-linecap:round;
    stroke-linejoin:round;
    filter:
        drop-shadow(0 0 10px rgba(18,193,255,.15));
}

.dlx-request-card p{
    color:#9ab2c2;
    font-size:.79rem;
    line-height:1.5;
    text-align:center;
    margin:0 auto 18px;
    max-width:205px;
}

.dlx-request-button{
    margin-top:auto;
    width:100%;
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    color:white;
    font-size:.82rem;
    font-weight:900;
    background:
        linear-gradient(
            135deg,
            #0dc4ff,
            #087cff
        );
    box-shadow:
        0 9px 25px rgba(0,146,255,.18);
}


.dlx-library{
    padding:62px 0 82px;
}

.dlx-library-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:25px;
    margin-bottom:25px;
}

.dlx-library-head h2{
    margin:0;
    font-size:2rem;
    letter-spacing:-.035em;
}

.dlx-library-head p{
    color:#809bad;
    margin:6px 0 0;
}

.dlx-filters{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:7px;
}

.dlx-filters button{
    border:1px solid #16445f;
    border-radius:8px;
    background:#061723;
    color:#9bb3c3;
    padding:8px 11px;
    cursor:pointer;
    font-size:.75rem;
    transition:.18s;
}

.dlx-filters button:hover,
.dlx-filters button.active{
    color:white;
    border-color:#13a8e5;
    background:
        linear-gradient(
            135deg,
            #0a8fd6,
            #0878db
        );
}

.dlx-library-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
}

.dlx-library-item{
    min-width:0;
    display:flex;
    flex-direction:column;
    min-height:260px;
    border:1px solid #123850;
    border-radius:13px;
    padding:18px;
    background:
        linear-gradient(
            180deg,
            rgba(7,27,42,.93),
            rgba(4,18,29,.96)
        );
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.dlx-library-item:hover{
    transform:translateY(-3px);
    border-color:#167ca8;
    box-shadow:
        0 18px 40px rgba(0,117,179,.1);
}

.dlx-library-top{
    display:flex;
    align-items:center;
    gap:12px;
}

.dlx-library-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    border-radius:10px;
    overflow:hidden;
    display:grid;
    place-items:center;
    color:#42d3ff;
    border:1px solid #17435e;
    background:#061827;
    font-size:1.25rem;
    font-weight:900;
}

.dlx-library-title{
    min-width:0;
    display:flex;
    align-items:center;
    gap:6px;
    font-size:.95rem;
}

.dlx-library-title strong{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.dlx-library-item>p{
    color:#829daf;
    font-size:.78rem;
    line-height:1.5;
    min-height:46px;
    margin:15px 0;
}

.dlx-meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.dlx-meta span{
    color:#9db7c7;
    font-size:.67rem;
    padding:5px 7px;
    border-radius:6px;
    background:#092137;
    border:1px solid #133c58;
}

.dlx-library-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:auto;
    padding-top:18px;
}

.dlx-library-bottom small{
    color:#6f8b9d;
    font-size:.68rem;
}

.dlx-card-download{
    display:flex;
    align-items:center;
    gap:7px;
    border-radius:7px;
    padding:8px 11px;
    color:white;
    font-size:.73rem;
    font-weight:900;
    background:
        linear-gradient(
            135deg,
            #079fe3,
            #0877df
        );
}

.dlx-card-download span{
    font-size:.95rem;
}

.dlx-no-results{
    margin-top:20px;
    padding:30px;
    text-align:center;
    border:1px dashed #174b69;
    border-radius:12px;
    color:#809aaa;
}


@media(max-width:1050px){

    .dlx-hero-grid{
        grid-template-columns:.9fr 1.1fr;
    }

    .dlx-server-scene{
        min-width:0;
    }

    .dlx-highlight-grid{
        grid-template-columns:minmax(0,1fr) 250px;
    }

    .dlx-library-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}


@media(max-width:820px){

    .dlx-hero-grid{
        grid-template-columns:1fr;
    }

    .dlx-hero-copy{
        padding:58px 0 38px;
    }

    .dlx-server-scene{
        min-height:330px;
        border:1px solid rgba(34,168,224,.12);
        border-radius:15px;
        margin-bottom:26px;
    }

    .dlx-highlight-grid{
        grid-template-columns:1fr;
    }

    .dlx-request-card{
        min-height:290px;
    }

    .dlx-library-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .dlx-filters{
        justify-content:flex-start;
        width:100%;
    }
}


@media(max-width:620px){

    .dlx-hero-copy h1{
        font-size:3.2rem;
    }

    .dlx-hero-copy p{
        font-size:.96rem;
    }

    .dlx-server-scene{
        min-height:280px;
    }

    .dlx-power-card{
        right:7%;
        bottom:12%;
        width:190px;
        padding:21px 15px 17px;
    }

    .dlx-power-card strong{
        font-size:.92rem;
    }

    .dlx-highlight{
        padding-top:27px;
    }

    .dlx-trending-row{
        grid-template-columns:27px 42px minmax(0,1fr) 39px;
    }

    .dlx-count{
        display:none;
    }

    .dlx-rank{
        font-size:1.05rem;
    }

    .dlx-app-copy small{
        font-size:.67rem;
    }

    .dlx-library-grid{
        grid-template-columns:1fr;
    }

    .dlx-library{
        padding-top:48px;
    }
}
/* END RACHAMIM DOWNLOADS PORTAL V3 */

/* BEGIN RACHAMIM DOWNLOADS V4 VISUAL MATCH */
.dlx-hero{
    background:#020a12;
}

.dlx-hero-grid{
    min-height:435px;
    grid-template-columns:minmax(350px,.83fr) minmax(540px,1.17fr);
}

.dlx-hero-copy{
    padding:50px 38px 46px 4px;
}

.dlx-hero-copy .dlx-eyebrow{
    margin-bottom:15px;
}

.dlx-hero-copy h1{
    max-width:440px;
    font-size:clamp(3.45rem,4.15vw,4.15rem);
    line-height:.98;
    letter-spacing:-.048em;
}

.dlx-hero-copy p{
    max-width:430px;
    margin:22px 0 22px;
    font-size:.98rem;
    line-height:1.48;
}

.dlx-search{
    width:min(470px,100%);
    height:53px;
}

.dlx-server-scene{
    min-height:435px;
    background:
        linear-gradient(
            90deg,
            rgba(2,10,18,.24) 0,
            rgba(1,12,21,.02) 35%,
            rgba(1,10,18,.04) 70%,
            rgba(1,8,15,.38) 100%
        ),
        url('/assets/img/downloads-server-room-v4.svg?v=4.0.0')
        center center / cover no-repeat;
}

.dlx-server-scene::before{
    background:
        linear-gradient(
            90deg,
            rgba(2,10,18,.45),
            transparent 24%,
            transparent 73%,
            rgba(1,7,13,.44)
        );
}

.dlx-rack,
.dlx-corridor-glow,
.dlx-floor-grid{
    display:none;
}

.dlx-power-card{
    right:8%;
    bottom:14%;
    width:205px;
    padding:23px 18px 19px;
    border-radius:12px;
    background:
        linear-gradient(
            145deg,
            rgba(5,31,47,.90),
            rgba(2,15,25,.94)
        );
    border-color:rgba(44,200,255,.30);
    box-shadow:
        0 14px 40px rgba(0,0,0,.28),
        0 0 40px rgba(0,151,220,.09),
        inset 0 0 28px rgba(13,173,232,.08);
}

.dlx-power-card strong{
    font-size:1rem;
}

.dlx-highlight{
    padding:28px 0 42px;
}

.dlx-highlight-grid{
    grid-template-columns:minmax(0,1fr) 285px;
    gap:16px;
}

.dlx-trending-list{
    gap:7px;
}

.dlx-trending-row{
    min-height:59px;
    padding:6px 8px;
    grid-template-columns:34px 42px minmax(0,1fr) auto 42px;
}

.dlx-rank{
    font-size:1.16rem;
}

.dlx-app-icon{
    width:39px;
    height:39px;
}

.dlx-app-copy strong{
    font-size:.84rem;
}

.dlx-app-copy small{
    font-size:.68rem;
}

.dlx-download-button{
    width:38px;
    height:38px;
}

.dlx-request-card{
    padding:21px 19px 17px;
    border-radius:12px;
}

.dlx-request-card h3{
    font-size:1.05rem;
}

.dlx-cloud-icon{
    height:83px;
}

.dlx-cloud-icon svg{
    width:59px;
    height:59px;
}

.dlx-request-card p{
    font-size:.76rem;
    max-width:195px;
}

.dlx-request-button{
    min-height:42px;
}

.dlx-library{
    padding-top:54px;
}

.dlx-library-grid{
    gap:12px;
}

.dlx-library-item{
    min-height:245px;
    padding:17px;
}

@media(max-width:980px){

    .dlx-hero-grid{
        grid-template-columns:1fr;
    }

    .dlx-hero-copy{
        padding:48px 0 35px;
    }

    .dlx-server-scene{
        min-height:330px;
        border-radius:15px;
        margin-bottom:24px;
    }
}

@media(max-width:620px){

    .dlx-hero-copy h1{
        font-size:3.05rem;
    }

    .dlx-server-scene{
        min-height:270px;
    }

    .dlx-power-card{
        width:180px;
        right:6%;
        bottom:10%;
    }

    .dlx-highlight-grid{
        grid-template-columns:1fr;
    }
}
/* END RACHAMIM DOWNLOADS V4 VISUAL MATCH */

/* BEGIN DOWNLOADS FILTER FIX */

.dlx-library-item[hidden]{
    display:none !important;
}

.dlx-no-results[hidden]{
    display:none !important;
}

/* END DOWNLOADS FILTER FIX */
