/* ReplyOne SaaS landing page v8.3.2.2
   Scope: public index.php only. No admin/client/backend styles are changed. */

:root{
  --ro-landing-bg:#f5f9ff;
  --ro-landing-surface:rgba(255,255,255,.86);
  --ro-landing-surface-solid:#ffffff;
  --ro-landing-text:#0f172a;
  --ro-landing-muted:#667085;
  --ro-landing-soft:#eef5ff;
  --ro-landing-line:#dce9fb;
  --ro-landing-blue:#1477f8;
  --ro-landing-cyan:#14c8f4;
  --ro-landing-purple:#6d3df2;
  --ro-landing-shadow:0 28px 90px rgba(15,23,42,.11);
  --ro-landing-shadow-soft:0 14px 42px rgba(15,23,42,.07);
  --ro-landing-radius:28px;
}

html,
body.ro-home-page{
  min-height:100%;
  overflow-x:hidden;
}

body.ro-home-page{
  margin:0;
  color:var(--ro-landing-text);
  background:
    radial-gradient(circle at 7% 10%,rgba(20,200,244,.18),transparent 25%),
    radial-gradient(circle at 93% 12%,rgba(109,61,242,.13),transparent 28%),
    linear-gradient(135deg,#f8fcff 0%,#f4f8ff 52%,#f9f6ff 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans Hebrew",sans-serif;
}

body.ro-home-page *{
  box-sizing:border-box;
}

body.ro-home-page a{
  color:inherit;
  text-decoration:none;
}

.ro-home-bg,
.ro-home-grid-bg{
  position:fixed;
  pointer-events:none;
  z-index:0;
}

.ro-home-bg-one{
  width:420px;
  height:420px;
  inset-block-start:-150px;
  inset-inline-start:-150px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(20,200,244,.16),rgba(20,119,248,.04));
  filter:blur(3px);
}

.ro-home-bg-two{
  width:520px;
  height:520px;
  inset-block-end:-220px;
  inset-inline-end:-160px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(109,61,242,.13),rgba(20,200,244,.05));
  filter:blur(4px);
}

.ro-home-grid-bg{
  inset:0;
  background-image:linear-gradient(135deg,rgba(37,99,235,.045) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%);
  opacity:.7;
}

.ro-home-shell{
  position:relative;
  z-index:1;
  width:min(1440px,100%);
  margin:0 auto;
  padding:22px clamp(18px,3vw,44px) 30px;
}

.ro-home-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.ro-home-logo{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
}

.ro-home-logo img{
  display:block;
  width:clamp(170px,16vw,230px);
  height:auto;
}

.ro-home-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.ro-language-switch{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:5px;
  border:1px solid rgba(220,233,251,.9);
  background:rgba(255,255,255,.68);
  border-radius:999px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
  backdrop-filter:blur(16px);
}

.ro-language-switch a,
.ro-nav-link,
.ro-nav-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  white-space:nowrap;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.ro-language-switch a{
  min-width:38px;
  padding:0 10px;
  color:#2563eb;
  border:1px solid transparent;
}

.ro-language-switch a.active{
  color:#fff;
  background:linear-gradient(135deg,var(--ro-landing-blue),var(--ro-landing-purple));
  box-shadow:0 12px 24px rgba(37,99,235,.22);
}

.ro-nav-link{
  padding:0 16px;
  color:#1e3a8a;
  border:1px solid rgba(220,233,251,.9);
  background:rgba(255,255,255,.72);
}

.ro-nav-button{
  padding:0 18px;
  color:#fff;
  background:linear-gradient(135deg,var(--ro-landing-blue),var(--ro-landing-purple));
  box-shadow:0 16px 34px rgba(37,99,235,.22);
}

.ro-language-switch a:hover,
.ro-nav-link:hover,
.ro-nav-button:hover,
.ro-btn:hover{
  transform:translateY(-1px);
}

.ro-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.72fr);
  gap:clamp(24px,4vw,56px);
  align-items:center;
  min-height:auto;
  padding:18px 0 10px;
}

.ro-hero-copy{
  max-width:760px;
}

.ro-kicker,
.ro-section-head span,
.ro-plan-topline{
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:max-content;
  max-width:100%;
  padding:9px 16px;
  border-radius:999px;
  color:#1264d8;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(20,119,248,.18);
  box-shadow:0 12px 32px rgba(20,119,248,.07);
  font-size:13px;
  font-weight:950;
  letter-spacing:.02em;
}

.ro-kicker:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--ro-landing-cyan),var(--ro-landing-blue));
  box-shadow:0 0 0 6px rgba(20,200,244,.12);
}

.ro-hero h1{
  margin:16px 0 14px;
  max-width:880px;
  font-size:clamp(38px,5.15vw,72px);
  line-height:1.02;
  letter-spacing:-.065em;
  font-weight:1000;
  color:#0b1220;
}

.ro-dir-rtl .ro-hero h1{
  font-size:clamp(34px,4.45vw,60px);
  line-height:1.14;
  letter-spacing:-.025em;
}

.ro-hero-lead{
  max-width:720px;
  margin:0;
  color:#5c6c86;
  font-size:clamp(17px,1.35vw,21px);
  line-height:1.48;
  font-weight:550;
}

.ro-hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.ro-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:16px;
  border:1px solid transparent;
  font-weight:950;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.ro-btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#156df5 0%,#6d3df2 100%);
  box-shadow:0 18px 40px rgba(37,99,235,.23);
}

.ro-btn-soft{
  color:#1451b7;
  border-color:rgba(20,119,248,.16);
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 34px rgba(15,23,42,.055);
}

.ro-feature-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.ro-feature-pills span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(220,233,251,.95);
  border-radius:999px;
  color:#1d2939;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 26px rgba(15,23,42,.045);
  font-size:14px;
  font-weight:900;
}

.ro-auth-card{
  position:relative;
  width:100%;
  max-width:540px;
  justify-self:end;
  padding:24px;
  border:1px solid rgba(220,233,251,.98);
  border-radius:32px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--ro-landing-shadow);
  backdrop-filter:blur(18px);
  overflow:hidden;
}

.ro-auth-card-glow{
  position:absolute;
  width:160px;
  height:160px;
  inset-block-start:-82px;
  inset-inline-end:-60px;
  background:radial-gradient(circle,rgba(20,200,244,.25),transparent 70%);
  pointer-events:none;
}

.ro-auth-head{
  position:relative;
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.ro-auth-head h2{
  margin:0 0 6px;
  color:#111827;
  font-size:clamp(25px,2.2vw,31px);
  line-height:1.12;
  letter-spacing:-.035em;
}

.ro-auth-head p{
  margin:0;
  color:#667085;
  line-height:1.45;
  font-weight:550;
}

.ro-form{
  position:relative;
  display:grid;
  gap:12px;
}

.ro-form-group{
  display:grid;
  gap:6px;
}

.ro-form-group label{
  font-size:13px;
  font-weight:950;
  color:#1d2939;
}

.ro-input,
.ro-select{
  width:100%;
  min-height:50px;
  border:1px solid #bfd4f4;
  border-radius:15px;
  background:#eef5ff;
  color:#111827;
  font:inherit;
  font-size:15px;
  font-weight:600;
  outline:none;
  padding-block:0;
  padding-inline:16px;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ro-select{
  appearance:auto;
}

.ro-input:focus,
.ro-select:focus{
  border-color:var(--ro-landing-blue);
  background:#fff;
  box-shadow:0 0 0 4px rgba(20,119,248,.13);
}

.ro-input::placeholder{
  color:#98a2b3;
}

.ro-input-icon-wrap,
.ro-password-field{
  position:relative;
}

.ro-input-icon{
  position:absolute;
  inset-inline-start:18px;
  inset-block-start:50%;
  transform:translateY(-50%);
  z-index:2;
  font-size:14px;
  opacity:.72;
}

.ro-input-icon-wrap .ro-input{
  padding-inline-start:58px;
}

.ro-password-field .ro-input{
  padding-inline-end:62px;
}

.ro-password-toggle{
  position:absolute;
  inset-inline-end:10px;
  inset-block-start:50%;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  color:#344054;
  background:rgba(255,255,255,.72);
  cursor:pointer;
  transition:background .18s ease, color .18s ease;
}

.ro-password-toggle:hover,
.ro-password-toggle.active{
  background:#dbeafe;
  color:#1451b7;
}

.ro-submit{
  width:100%;
  min-height:50px;
  margin-top:2px;
}

.ro-separator{
  display:flex;
  align-items:center;
  gap:14px;
  margin:4px 0 0;
  color:#7a879b;
  font-weight:950;
  font-size:13px;
}

.ro-separator:before,
.ro-separator:after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(90deg,transparent,#cbdaf0,transparent);
}

.ro-auth-link{
  text-align:center;
  font-weight:950;
}

.ro-auth-link a{
  color:#1477f8;
}

.ro-auth-link a:hover{
  color:#6d3df2;
}

body.ro-home-page .alert{
  position:relative;
  border-radius:16px;
  margin:0 0 16px;
  padding:13px 15px;
  line-height:1.45;
  font-size:14px;
  box-shadow:none;
}

.ro-section{
  padding:52px 0 0;
}

.ro-section-head{
  display:grid;
  justify-items:center;
  text-align:center;
  gap:10px;
  margin:0 auto 20px;
}

.ro-section-head h2{
  margin:0;
  font-size:clamp(30px,3vw,46px);
  line-height:1.1;
  letter-spacing:-.045em;
}

.ro-step-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.ro-step-card,
.ro-plan-card{
  position:relative;
  border:1px solid rgba(220,233,251,.95);
  border-radius:26px;
  background:rgba(255,255,255,.78);
  box-shadow:var(--ro-landing-shadow-soft);
  backdrop-filter:blur(16px);
}

.ro-step-card{
  padding:20px;
  min-height:155px;
}

.ro-step-number{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(135deg,var(--ro-landing-blue),var(--ro-landing-purple));
  box-shadow:0 14px 26px rgba(37,99,235,.2);
  font-weight:1000;
}

.ro-step-card h3{
  margin:14px 0 6px;
  font-size:18px;
  line-height:1.22;
}

.ro-step-card p{
  margin:0;
  color:#667085;
  line-height:1.48;
  font-weight:550;
}

.ro-plan-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  max-width:980px;
  margin:0 auto;
}

.ro-plan-card{
  padding:24px;
  overflow:hidden;
}

.ro-plan-card h3{
  margin:12px 0 14px;
  font-size:25px;
  letter-spacing:-.03em;
}

.ro-plan-card ul{
  display:grid;
  gap:9px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}

.ro-plan-card li{
  position:relative;
  padding-inline-start:30px;
  color:#344054;
  font-weight:750;
  line-height:1.42;
}

.ro-plan-card li:before{
  content:"✓";
  position:absolute;
  inset-inline-start:0;
  inset-block-start:0;
  color:#16a34a;
  font-weight:1000;
}

.ro-plan-card-pro{
  border-color:rgba(109,61,242,.22);
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(243,240,255,.88));
}

.ro-plan-badge{
  position:absolute;
  inset-block-start:22px;
  inset-inline-end:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#6d3df2,#1477f8);
  font-weight:1000;
  font-size:12px;
  box-shadow:0 14px 30px rgba(109,61,242,.22);
}

.ro-plan-btn{
  width:100%;
}

.ro-home-footer{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:22px;
  margin-top:52px;
  padding:22px 0 0;
  border-top:1px solid rgba(220,233,251,.95);
  color:#667085;
}

.ro-home-footer div{
  display:grid;
  gap:5px;
}

.ro-home-footer strong{
  color:#111827;
}

.ro-home-footer nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:12px 18px;
  font-weight:850;
}

.ro-home-footer a:hover{
  color:#1477f8;
}

/* v8.3.2.2 compact spacing and safe input icon layout */
.ro-input-icon-wrap,
.ro-password-field{
  position:relative;
  width:100%;
}

.ro-input-icon-wrap .ro-input,
.ro-password-field .ro-input{
  position:relative;
  z-index:1;
}

.ro-input-icon{
  inline-size:24px;
  block-size:24px;
  display:grid;
  place-items:center;
  line-height:1;
  pointer-events:none;
}

.ro-input-icon-wrap .ro-input{
  padding-inline-start:58px !important;
}

.ro-password-field .ro-input{
  padding-inline-end:62px !important;
}

.ro-password-field.ro-input-icon-wrap .ro-input{
  padding-inline-start:58px !important;
  padding-inline-end:62px !important;
}

.ro-password-toggle{
  z-index:3;
  flex:0 0 auto;
  line-height:1;
}

.ro-auth-card .ro-input,
.ro-auth-card .ro-select{
  text-indent:0 !important;
}

.ro-dir-rtl{
  direction:rtl;
  text-align:right;
}

.ro-dir-rtl .ro-home-header,
.ro-dir-rtl .ro-home-nav,
.ro-dir-rtl .ro-hero,
.ro-dir-rtl .ro-hero-actions,
.ro-dir-rtl .ro-feature-pills,
.ro-dir-rtl .ro-home-footer{
  direction:rtl;
}

.ro-dir-rtl .ro-auth-card{
  justify-self:start;
}

.ro-dir-rtl .ro-section-head{
  text-align:center;
}

.ro-dir-rtl .ro-auth-link{
  text-align:center;
}

@media (max-width:1120px){
  .ro-home-header{
    margin-bottom:30px;
  }
  .ro-hero{
    grid-template-columns:1fr;
    min-height:0;
  }
  .ro-hero-copy{
    max-width:900px;
    text-align:center;
    margin:0 auto;
  }
  .ro-kicker{
    margin:0 auto;
  }
  .ro-hero-actions,
  .ro-feature-pills{
    justify-content:center;
  }
  .ro-auth-card,
  .ro-dir-rtl .ro-auth-card{
    justify-self:center;
    max-width:640px;
  }
  .ro-step-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .ro-home-shell{
    padding:14px 16px 24px;
  }
  .ro-home-header{
    align-items:center;
    flex-direction:column;
    gap:12px;
    margin-bottom:18px;
  }
  .ro-home-nav{
    width:100%;
    justify-content:center;
  }
  .ro-language-switch{
    order:3;
    width:100%;
    justify-content:center;
  }
  .ro-home-logo img{
    width:clamp(148px,44vw,178px);
  }
  .ro-hero-copy{
    text-align:start;
  }
  .ro-kicker{
    margin:0;
  }
  .ro-hero h1{
    font-size:clamp(35px,11vw,48px);
    line-height:1.07;
    letter-spacing:-.05em;
  }
  .ro-dir-rtl .ro-hero h1{
    font-size:clamp(32px,9.5vw,44px);
    line-height:1.16;
  }
  .ro-hero-lead{
    font-size:16px;
    line-height:1.68;
  }
  .ro-hero-actions,
  .ro-feature-pills{
    justify-content:flex-start;
  }
  .ro-btn{
    width:100%;
  }
  .ro-auth-card{
    padding:18px;
    border-radius:22px;
  }
  .ro-step-grid,
  .ro-plan-grid{
    grid-template-columns:1fr;
  }
  .ro-section{
    padding-top:38px;
  }
  .ro-step-card{
    min-height:auto;
  }
  .ro-home-footer{
    flex-direction:column;
    text-align:start;
    margin-top:38px;
  }
  .ro-home-footer nav{
    justify-content:flex-start;
  }
}

@media (max-width:430px){
  .ro-nav-link,
  .ro-nav-button{
    flex:1 1 calc(50% - 6px);
  }
  .ro-language-switch a{
    flex:1 1 0;
  }
  .ro-feature-pills span{
    width:100%;
    justify-content:center;
  }
  .ro-auth-head h2{
    font-size:24px;
  }
  .ro-input,
  .ro-select,
  .ro-submit{
    min-height:50px;
  }
}

/* Legal popup + accessibility widget v8.3.2.3 */
:root{--ro-access-scale:1}.ro-home-page{font-size:calc(16px * var(--ro-access-scale,1))}.ro-footer-link{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:850;cursor:pointer;padding:0;text-decoration:none}.ro-footer-link:hover,.ro-footer-link:focus-visible{color:var(--ro-primary,#2563eb);text-decoration:underline}.ro-legal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(8px);z-index:900}.ro-legal-modal{position:fixed;z-index:910;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%);inline-size:min(760px,calc(100vw - 32px));max-block-size:min(760px,calc(100vh - 32px));overflow:hidden;border:1px solid rgba(148,163,184,.35);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 30px 90px rgba(15,23,42,.28);display:flex;flex-direction:column}.ro-legal-modal[hidden],.ro-legal-overlay[hidden]{display:none}.ro-legal-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid rgba(148,163,184,.22);background:linear-gradient(135deg,rgba(239,246,255,.92),rgba(255,255,255,.94))}.ro-legal-modal-head h2{margin:0;font-size:clamp(22px,3vw,32px);line-height:1.15;color:#111827}.ro-legal-close{inline-size:42px;block-size:42px;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fff;color:#0f172a;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center}.ro-legal-close:hover,.ro-legal-close:focus-visible{border-color:#2563eb;color:#2563eb}.ro-legal-modal-body{padding:24px;overflow:auto;color:#334155;line-height:1.75;white-space:normal}.ro-legal-modal-body br+br{display:block;content:"";margin-top:10px}.ro-modal-open{overflow:hidden}.ro-accessibility-widget{position:fixed;z-index:850;inset-block-end:18px;inset-inline-end:18px;display:grid;justify-items:end;gap:10px}.ro-accessibility-main{border:0;border-radius:999px;padding:12px 16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:950;box-shadow:0 16px 40px rgba(37,99,235,.28);cursor:pointer}.ro-accessibility-main:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}.ro-accessibility-panel{inline-size:min(260px,calc(100vw - 36px));padding:14px;border:1px solid rgba(148,163,184,.35);border-radius:20px;background:rgba(255,255,255,.97);box-shadow:0 20px 60px rgba(15,23,42,.22);display:grid;gap:8px}.ro-accessibility-panel[hidden]{display:none}.ro-accessibility-panel strong{font-size:14px;color:#0f172a;margin-bottom:2px}.ro-accessibility-panel button{border:1px solid rgba(148,163,184,.35);background:#fff;color:#0f172a;border-radius:12px;padding:10px 12px;text-align:start;font-weight:850;cursor:pointer}.ro-accessibility-panel button:hover,.ro-accessibility-panel button:focus-visible{border-color:#2563eb;color:#2563eb;background:#eff6ff}.ro-access-high-contrast{background:#000!important;color:#fff!important}.ro-access-high-contrast .ro-home-shell,.ro-access-high-contrast .ro-auth-card,.ro-access-high-contrast .ro-step-card,.ro-access-high-contrast .ro-plan-card,.ro-access-high-contrast .ro-home-footer,.ro-access-high-contrast .ro-legal-modal,.ro-access-high-contrast .ro-accessibility-panel{background:#050505!important;color:#fff!important;border-color:#fff!important}.ro-access-high-contrast a,.ro-access-high-contrast button,.ro-access-high-contrast h1,.ro-access-high-contrast h2,.ro-access-high-contrast h3,.ro-access-high-contrast strong,.ro-access-high-contrast p,.ro-access-high-contrast span,.ro-access-high-contrast li,.ro-access-high-contrast label{color:#fff!important}.ro-access-high-contrast .ro-btn-primary,.ro-access-high-contrast .ro-accessibility-main{background:#fff!important;color:#000!important}.ro-access-underline a,.ro-access-underline button{text-decoration:underline!important;text-underline-offset:3px}html[dir="rtl"] .ro-legal-modal{transform:translate(50%,-50%);inset-inline-start:auto;inset-inline-end:50%}html[dir="rtl"] .ro-legal-modal-body{text-align:right}html[dir="rtl"] .ro-accessibility-widget{justify-items:start}@media(max-width:680px){.ro-legal-modal{inline-size:calc(100vw - 20px);max-block-size:calc(100vh - 20px);border-radius:22px}.ro-legal-modal-head{padding:18px}.ro-legal-modal-body{padding:18px}.ro-accessibility-widget{inset-block-end:12px;inset-inline-end:12px}.ro-accessibility-main{padding:10px 13px}}

/* v8.3.2.4 RTL legal modal centering fix
   Keep legal popup physically centered for both LTR and RTL.
   Do not use logical inline centering here because direction:rtl changes
   inline-start/inline-end and can push the fixed modal to the side. */
.ro-legal-modal{
  top:50% !important;
  left:50% !important;
  right:auto !important;
  bottom:auto !important;
  inset-block-start:50% !important;
  inset-block-end:auto !important;
  inset-inline-start:auto !important;
  inset-inline-end:auto !important;
  transform:translate(-50%,-50%) !important;
  margin:0 !important;
}
html[dir="rtl"] .ro-legal-modal{
  top:50% !important;
  left:50% !important;
  right:auto !important;
  bottom:auto !important;
  inset-block-start:50% !important;
  inset-block-end:auto !important;
  inset-inline-start:auto !important;
  inset-inline-end:auto !important;
  transform:translate(-50%,-50%) !important;
}
html[dir="rtl"] .ro-legal-modal-head,
html[dir="rtl"] .ro-legal-modal-body{
  direction:rtl;
  text-align:right;
}
@media(max-width:680px){
  .ro-legal-modal,
  html[dir="rtl"] .ro-legal-modal{
    inline-size:calc(100vw - 20px) !important;
    max-inline-size:calc(100vw - 20px) !important;
    max-block-size:calc(100vh - 20px) !important;
  }
}

/* ReplyOne v8.4.0 — landing mobile / RTL polish */
.ro-home-page,.ro-home-page *,.ro-home-page *::before,.ro-home-page *::after{box-sizing:border-box;}
.ro-home-page{max-width:100%;overflow-x:hidden;}
.ro-home-page img,.ro-home-page svg,.ro-home-page video{max-width:100%;height:auto;}
.ro-home-page input,.ro-home-page select,.ro-home-page textarea,.ro-home-page button{max-width:100%;font:inherit;}
.ro-home-shell,.ro-home-header,.ro-hero,.ro-auth-card,.ro-home-footer,.ro-steps,.ro-plan-grid{min-width:0;max-width:100%;}
.ro-home-page a,.ro-home-page p,.ro-home-page h1,.ro-home-page h2,.ro-home-page h3,.ro-home-page span,.ro-home-page strong{overflow-wrap:anywhere;}
.ro-legal-modal,.ro-accessibility-panel{max-width:min(94vw,760px);max-height:min(86vh,760px);overflow:auto;inset-inline-start:50%!important;inset-inline-end:auto!important;transform:translate(-50%,-50%)!important;}
html[dir="rtl"] .ro-legal-modal,html[dir="rtl"] .ro-accessibility-panel{direction:rtl;text-align:start;transform:translate(-50%,-50%)!important;}
@media(max-width:900px){
  .ro-home-header{gap:14px;align-items:flex-start;}
  .ro-home-nav{width:100%;justify-content:flex-start;flex-wrap:wrap;}
  html[dir="rtl"] .ro-home-nav{justify-content:flex-end;}
  .ro-hero{grid-template-columns:1fr!important;gap:22px!important;}
  .ro-auth-card{width:100%;}
  .ro-feature-pills{align-items:flex-start;}
}
@media(max-width:576px){
  .ro-home-shell{padding-inline:14px!important;}
  .ro-home-header{padding-block:14px!important;}
  .ro-home-logo img{max-width:190px;}
  .ro-language-switch{flex-wrap:wrap;}
  .ro-hero{padding-block:24px!important;}
  .ro-hero h1{font-size:clamp(32px,10vw,46px)!important;line-height:1.05;}
  .ro-hero-actions,.ro-feature-pills{gap:9px;}
  .ro-hero-actions .ro-btn{width:100%;justify-content:center;}
  .ro-auth-card{padding:18px!important;border-radius:22px!important;}
  .ro-form-row{grid-template-columns:1fr!important;}
  .ro-legal-modal,.ro-accessibility-panel{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:82vh;}
  .ro-home-footer{grid-template-columns:1fr!important;text-align:start;gap:14px;}
}
@media(max-width:390px){
  .ro-home-shell{padding-inline:10px!important;}
  .ro-home-logo img{max-width:170px;}
  .ro-nav-button,.ro-nav-link,.ro-language-switch a{padding-inline:10px!important;}
}
